home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2002 May / Practical Internet May 2002.iso / pc / Software / Workshops / Audacity.exe / {app} / README.txt < prev   
Encoding:
Text File  |  2002-02-15  |  11.0 KB  |  418 lines

  1. Audacity: A Free, Cross-Platform Digital Audio Editor
  2.  
  3. Version 0.98b (February 14, 2002)
  4.  
  5. http://audacity.sourceforge.net/
  6.  
  7. Primary author:
  8.  
  9.   Dominic Mazzoni <dominic@minorninth.com>
  10.  
  11. Authors:
  12.  
  13.   Dominic Mazzoni <dominic@minorninth.com>
  14.   Roger Dannenberg <rbd+@cs.cmu.edu>
  15.   Jason Cohen <cohen3+@andrew.cmu.edu>
  16.   Robert Leidle <rfl+@andrew.cmu.edu>
  17.   Mark Tomlinson <marktoml@hotmail.com>
  18.   Joshua Haberman <joshua@haberman.com>
  19.   Nasca Octavian Paul <paulnasca@email.ro> or <paulnasca@yahoo.com>
  20.   Logan Lewis <proxima@proxc.com>
  21.   Matt Brubeck <mbrubeck@hmc.edu>
  22.   Mark Phillips <mitb@totaldeath.com>
  23.   Tony Oetzmann <airon@epost.de>
  24.  
  25. Icons and logo:
  26.  
  27.   Harvey Lubin <agrapha@agrapha.com>
  28.   http://www.agrapha.com/
  29.  
  30. Aqua/MacOS graphics:
  31.  
  32.   Tom Woodhams <tom@imaginemedia.co.uk>
  33.  
  34. For changelog, see the bottom of this document
  35.  
  36. -------------------------------------------------------------
  37.  
  38. With the exception of the Xaudio library for importing MP3 files,
  39. this program is free software; you can redistribute it and/or
  40. modify it under the terms of the GNU General Public
  41. License as published by the Free Software Foundation; either
  42. version 2 of the License, or (at your option) any later version.
  43.  
  44. The Xaudio library is commercial software and has been licensed
  45. for use in this program.  For more information, see their
  46. website at http://www.xaudio.com/
  47.  
  48. This program is distributed in the hope that it will be useful,
  49. but WITHOUT ANY WARRANTY; without even the implied warranty of
  50. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  51. General Public License for more details.
  52.  
  53. You should have received a copy of the GNU General Public License along with
  54. this program (in a file called LICENSE.txt); if not, go to
  55. http://www.gnu.org/copyleft/gpl.html or write to the Free Software
  56. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  57.  
  58. -------------------------------------------------------------
  59.  
  60. Source code to this program is always available; for more
  61. information visit our website at:
  62.  
  63.   http://audacity.sourceforge.net/
  64.  
  65. This program uses wxWindows, a cross-platform GUI toolkit.  To
  66. compile this program, you will need to download wxWindows from:
  67.  
  68.   http://www.wxwindows.org/
  69.  
  70. To compile on Linux and other Unix systems, simply run:
  71.  
  72.   ./configure
  73.   make
  74.   make install
  75.  
  76. There are a few options to the configure script.  You can
  77. see them by running "./configure --help".
  78.   
  79. If you want to do any development, you might want to generate
  80. dependencies:
  81.  
  82.   make dep
  83.  
  84. Project files for VC++ on Windows and CodeWarrior for Mac
  85. are included with the source code.  If you are having
  86. trouble compiling on a non-Unix platform, please email
  87. audacity-devel@lists.sourceforge.net
  88.  
  89. -------------------------------------------------------------
  90.  
  91. Known issues/problems:
  92.  
  93. * Windows: The floating tool palette does not minimize when
  94.   minimizing a project window.  As a workaround, you can
  95.   just keep the tool palette docked with the project window.
  96.  
  97. * Linux: Full duplex (play one track while recording another)
  98.   does not seem to work, even if your sound card supports it.
  99.   This is likely a problem with the way we are using OSS.
  100.  
  101. * Linux: Sound cards that only deal with more than two
  102.   channels are not yet supported.
  103.  
  104. -------------------------------------------------------------
  105.  
  106. Changes in 0.98b:
  107.  
  108.   - Fixed "Noise Removal" crash
  109.  
  110.   - Added "Save Changes" dialog
  111.  
  112.   - Reintroduced support for ID3 tags on Windows
  113.  
  114.   - More bug fixes
  115.  
  116. Changes in 0.98:
  117.  
  118. * Effects
  119.  
  120.   - New Invert effect
  121.  
  122.   - New Reverse effect
  123.  
  124.   - Improvements to Noise Removal effect
  125.  
  126. * Bug fixes
  127.  
  128.   - You can now safely copy and paste between projects.
  129.  
  130.   - Fixed bugs loading, saving, and undoing envelopes.
  131.  
  132.   - You're not allowed to open the same project in two different
  133.     windows anymore (it just would have caused data loss).
  134.  
  135.   - Projects now save the channel of each track, it's no longer
  136.     forgotten
  137.  
  138.   - Better handling of case when temp directory is invalid at
  139.     start of program
  140.  
  141.   - Doesn't overwrite a file the project was depending on anymore
  142.     (it renames the old file).  You can now export to a file
  143.      with the same as the file you imported without any problems.
  144.  
  145.   - Save As... for a project doesn't destroy the old project anymore.
  146.  
  147.   - Undo information is thrown away when you close a project,
  148.     saving disk space that had been wasted in previous versions.
  149.  
  150.   - Save As... recovers gracefully when you try to save to a
  151.     bad location
  152.  
  153.   - Duplicate of a track with an offset now works
  154.  
  155.   - Fixed another crash in Amplify... (if no data is selected in
  156.     one of the tracks)
  157.  
  158.   - Windows: recording/playback devices are no longer reversed
  159.     in the preferences!
  160.  
  161.   - Windows: VST plug-ins are found no matter how Audacity is
  162.     launched.
  163.  
  164.   - Windows: You can now import Ogg Vorbis files.
  165.  
  166.   - If recording fails, a phantom track is no longer created.
  167.  
  168.   - Changing the export format now changes the menu bar.
  169.  
  170.   - More minor bug fixes...
  171.  
  172. * Unix:
  173.  
  174.   - New OSS code, should provide better playback and record on
  175.     almost all OSS Unix systems.
  176.  
  177.   - Preliminary support for the KDE/aRts soundserver (a compile-time
  178.     option; must be configured to use this in place of OSS code)
  179.  
  180.   - Bug fixes to "make install" script
  181.  
  182. Changes in 0.97:
  183.  
  184. * Installation/configuration
  185.  
  186.   - New Windows installer
  187.  
  188.   - More options in the configure script on Unix
  189.  
  190. * User interface:
  191.  
  192.   - Fixed Effects menu bug that would freeze if some but
  193.     not all tracks were selected.
  194.  
  195.   - Added Noise Removal effect (Dominic)
  196.  
  197.   - Improved click-drag zoom.
  198.  
  199.   - Support drag-and-drop to import audio files (Windows only)
  200.  
  201.   - Improved Export file dialog (asks about strange extensions)
  202.  
  203.   - Other bug fixes
  204.  
  205. * MacOS:
  206.  
  207.   - Fixed autoscrolling bug (would sometimes appear if you
  208.     release the cursor outside the window while selecting).
  209.  
  210. * Unix:
  211.  
  212.   - Fixed Amplify bug (would sometimes freeze trying to
  213.     open the dialog).
  214.  
  215. Changes in 0.96:
  216.  
  217. * General User Interface:
  218.  
  219.   - Added mute/solo buttons
  220.  
  221. * Importing Audio:
  222.  
  223.   - Fixed regression bug in 0.95 which caused stereo files to be imported as
  224.     two mono tracks
  225.     
  226.   - Imports MP3 ID3 tags
  227.  
  228. * Exporting Audio:
  229.  
  230.   - Exporting MP3 now works, if the appropriate version of the LAME DLL is
  231.     installed (Joshua)
  232.   
  233.   - Allows editing of MP3 ID3 tags with export.
  234.  
  235. * Preferences:
  236.  
  237.   - Added Audio I/O selectors on Mac (Dominic) and Windows (Joshua)
  238.  
  239. * Effects:
  240.  
  241.   - Added progress dialog support to all effects (which also allows
  242.     effects to be cancelled)
  243.   
  244.   - Added support for stereo effects and effects that add or
  245.     remove tracks, or require multiple passes.
  246.   
  247.   - Improved Amplify effect and fixed all known bugs (Dominic)
  248.   
  249.   - Improved Bass Boost effect
  250.   
  251.   - Added Filter effect (Dominic)
  252.   
  253.   - Added Phaser effect (Paul)
  254.   
  255.   - Added Wahwah effect (Paul)
  256.  
  257. Changes in 0.95:
  258.  
  259. * Installation/Compilation:
  260.  
  261.   - Improved configure script on unix systems (Joshua)
  262.  
  263. * General User Interface:
  264.  
  265.   - Menu items are now disabled when unavailable
  266.  
  267.   - Online help added (Dominic and Logan)
  268.  
  269. * Importing Audio:
  270.  
  271.   - Lazy import added, speeding up importing of PCM files by 2x
  272.  
  273.   - Added support for the Free libmpeg3 library on unix 
  274.     to replace the proprietary xaudio (Joshua)
  275.  
  276.   - Importing MP3 and Ogg Vorbis files is now handled automatically
  277.     by the Open and Import commands.
  278.  
  279.   - Fixed the Import Raw Data feature, so now you can
  280.     import files of almost any arbitrary format (as long
  281.     as it's uncompressed).
  282.  
  283. * Main window:
  284.  
  285.   - New track labels with a single integrated pop-up menu
  286.     to handle all track options
  287.  
  288.   - Vertical ruler added, along with preliminary support for
  289.     vertical zooming
  290.  
  291.   - Stereo tracks can be linked together so changes affect
  292.     both tracks
  293.  
  294.   - Point-sample display takes over when you zoom very far in
  295.  
  296.   - Two new wave displays: a dB (logarithmic) wave display and
  297.     a spectral pitch display (using enhanced autocorrelation)
  298.  
  299. * Preferences:
  300.  
  301.   - New spectral display preferences
  302.  
  303.   - Temp directory can be set in preferences
  304.  
  305. * Frequency display:
  306.  
  307.   - Many new frequency window enhancements, including support for
  308.     cepstrum, autocorrelation, and enhanced autocorrelation.
  309.  
  310. * Envelope editor:
  311.  
  312.   - Envelopes are now interpolated using decibels, making
  313.     cross-fades sound much better
  314.  
  315. * Effects:
  316.  
  317.   - Fixed a bug that caused incompatibility with many VST plug-ins.
  318.  
  319.   - Added Maximize Amplitude effect
  320.  
  321.   - Added Bass Boost effect (Paul)
  322.  
  323. * Other:
  324.  
  325.   - Improved memory management over long Undo histories
  326.  
  327.   - Many more bug fixes
  328.  
  329. Changes in 0.94:
  330.  
  331. * Preferences dialog (Joshua Haberman)
  332.  
  333. * OGG Vorbis import (Joshua Haberman)
  334.  
  335. * Silence, Insert Silence commands
  336.  
  337. * Split and Duplicate commands
  338.  
  339. * Mac OS X support
  340.  
  341. * Supports recording on Mac OS 8 and 9
  342.  
  343. * Many bug fixes
  344.  
  345. Changes in 0.93:
  346.  
  347. * Displays playback/recording position indicator
  348.  
  349. * Keeps track of some preferences
  350.  
  351. * Supports arbitrary project sample rate
  352.  
  353. * Mac: opens documents from the Finder
  354.  
  355. * Floating tool palette is now dockable
  356.   (and docked by default)
  357.  
  358. * Fixed bugs in handling multiple open projects
  359.  
  360. * Supports recording (Windows, Linux)
  361.  
  362. * Frequency Window displays note names (i.e. C4, G#5)
  363.  
  364. * Many bug fixes for effects, including VST plug-in effects
  365.  
  366. Changes in 0.92:
  367.  
  368. * Added Frequency Plot window and improved Spectrum display
  369.  
  370. * Fixed bug in File:Open when the file to be opened was
  371.   actually a large WAV file
  372.  
  373. Changes in 0.91:
  374.  
  375. * Uses xaudio library to import mp3 files
  376.  
  377. * Zoom menu
  378.  
  379. Changes in 0.9:
  380.  
  381. * New floating tool palette with four tools (selection,
  382.   sliding, zooming, and envelope editing) plus play and
  383.   stop buttons
  384.  
  385. * Playback now mixes tracks, and you can work with the
  386.   document while listening.  The stop button works.
  387.  
  388. * Rewritten file handling functions.  The main view
  389.   is no longer dependent on the wxWindows DocView
  390.   classes, so we can handle files ourselves.  The
  391.   project file format is now text-based for easy
  392.   debugging.  Eventually it will probably move to XML.
  393.  
  394. * Improved handling of wave tracks: as before, the data
  395.   is stored in blocks, but now, the blocks are correctly
  396.   limited to betweek n and 2n bytes each (for some n),
  397.   which guarantees editing operations always take the
  398.   same amount of time, while also ensuring that projects
  399.   don't get more fragmented over time.
  400.  
  401. * Rewritten user interface code.  The shades of gray
  402.   are taken from the OS, and the project window has been
  403.   redesigned to have more consistent layout across all
  404.   platforms.
  405.  
  406. * Selecting "Open" now does the smart thing, opening a
  407.   project if you give it a project, or importing a WAV
  408.   file if you give it that.
  409.  
  410. * Flashing cursor indicates the current editing position
  411.  
  412. * Much improved ruler - besides looking nicer, the ruler
  413.   now displays the selection and the cursor.
  414.  
  415. * The zoom tool centers on the cursor so you can zoom
  416.   into wherever you are.
  417.  
  418.